home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / 2015-02-07.ftp.editplus.com.tar / ftp.editplus.com / epp312.exe / [0] / PHP.STX < prev    next >
Text File  |  2009-07-27  |  20KB  |  1,487 lines

  1. #TITLE=PHP
  2. ; PHP syntax file written by ES-Computing. 2004-02-06
  3. ; This file is required for EditPlus to run correctly.
  4.  
  5. #DELIMITER=,(){}[]-+*%/="'~!&|<>?:;.#@
  6. #QUOTATION1='
  7. #QUOTATION2="
  8. #CONTINUE_QUOTE=y
  9. #LINECOMMENT=//
  10. #LINECOMMENT2=#
  11. #COMMENTON=/*
  12. #COMMENTOFF=*/
  13. #NESTED_COMMENT=y
  14. #ESCAPE=\
  15. #CASE=n
  16. #PREFIX3=$
  17. #HTML_EMBEDDED=y
  18. #SCRIPT_BEGIN=<?
  19. #SCRIPT_END=?>
  20. #SKIP_QUOTE=y
  21. #HEREDOC=<<<EOF
  22. #NUMBER_PATTERN=cpp
  23.  
  24. #KEYWORD=Reserved words
  25. $
  26. @
  27. ;Literals
  28. true
  29. false
  30. NULL
  31. ;PHP Keywords
  32. __CLASS__
  33. __FILE__
  34. __FUNCTION__
  35. __LINE__
  36. __METHOD__
  37. abstract
  38. and
  39. array
  40. as
  41. break
  42. case
  43. catch
  44. cfunction
  45. class
  46. clone
  47. const
  48. continue
  49. declare
  50. default
  51. die
  52. do
  53. echo
  54. else
  55. elseif
  56. empty
  57. enddeclare
  58. endfor
  59. endforeach
  60. endif
  61. endswitch
  62. endwhile
  63. eval
  64. exception
  65. exit
  66. extends
  67. final
  68. for
  69. foreach
  70. function
  71. global
  72. if
  73. implements
  74. include
  75. include_once
  76. interface
  77. isset
  78. list
  79. new
  80. old_function
  81. or
  82. php_user_filter
  83. print
  84. private
  85. protected
  86. public
  87. require
  88. require_once
  89. return
  90. static
  91. switch
  92. this
  93. throw
  94. try
  95. unset
  96. use
  97. var
  98. while
  99. xor
  100.  
  101. ;Predefined constants
  102. ABDAY_1
  103. ABDAY_2
  104. ABDAY_3
  105. ABDAY_4
  106. ABDAY_5
  107. ABDAY_6
  108. ABDAY_7
  109. ABMON_1
  110. ABMON_10
  111. ABMON_11
  112. ABMON_12
  113. ABMON_2
  114. ABMON_3
  115. ABMON_4
  116. ABMON_5
  117. ABMON_6
  118. ABMON_7
  119. ABMON_8
  120. ABMON_9
  121. ALT_DIGITS
  122. AM_STR
  123. ASSERT_ACTIVE
  124. ASSERT_BAIL
  125. ASSERT_CALLBACK
  126. ASSERT_QUIET_EVAL
  127. ASSERT_WARNING
  128. CASE_LOWER
  129. CASE_UPPER
  130. CHAR_MAX
  131. CODESET
  132. CONNECTION_ABORTED
  133. CONNECTION_NORMAL
  134. CONNECTION_TIMEOUT
  135. COUNT_NORMAL
  136. COUNT_RECURSIVE
  137. CREDITS_ALL
  138. CREDITS_DOCS
  139. CREDITS_FULLPAGE
  140. CREDITS_GENERAL
  141. CREDITS_GROUP
  142. CREDITS_MODULES
  143. CREDITS_QA
  144. CREDITS_SAPI
  145. CRNCYSTR
  146. CRYPT_BLOWFISH
  147. CRYPT_EXT_DES
  148. CRYPT_MD5
  149. CRYPT_SALT_LENGTH
  150. CRYPT_STD_DES
  151. CURRENCY_SYMBOL
  152. DAY_1
  153. DAY_2
  154. DAY_3
  155. DAY_4
  156. DAY_5
  157. DAY_6
  158. DAY_7
  159. DECIMAL_POINT
  160. DEFAULT_INCLUDE_PATH
  161. DIRECTORY_SEPARATOR
  162. D_FMT
  163. D_T_FMT
  164. ENT_COMPAT
  165. ENT_NOQUOTES
  166. ENT_QUOTES
  167. ERA
  168. ERA_D_FMT
  169. ERA_D_T_FMT
  170. ERA_T_FMT
  171. ERA_YEAR
  172. EXTR_IF_EXISTS
  173. EXTR_OVERWRITE
  174. EXTR_PREFIX_ALL
  175. EXTR_PREFIX_IF_EXISTS
  176. EXTR_PREFIX_INVALID
  177. EXTR_PREFIX_SAME
  178. EXTR_SKIP
  179. E_ALL
  180. E_COMPILE_ERROR
  181. E_COMPILE_WARNING
  182. E_CORE_ERROR
  183. E_CORE_WARNING
  184. E_ERROR
  185. E_NOTICE
  186. E_PARSE
  187. E_STRICT
  188. E_USER_ERROR
  189. E_USER_NOTICE
  190. E_USER_WARNING
  191. E_WARNING
  192. FRAC_DIGITS
  193. GROUPING
  194. HTML_ENTITIES
  195. HTML_SPECIALCHARS
  196. INFO_ALL
  197. INFO_CONFIGURATION
  198. INFO_CREDITS
  199. INFO_ENVIRONMENT
  200. INFO_GENERAL
  201. INFO_LICENSE
  202. INFO_MODULES
  203. INFO_VARIABLES
  204. INI_ALL
  205. INI_PERDIR
  206. INI_SYSTEM
  207. INI_USER
  208. INT_CURR_SYMBOL
  209. INT_FRAC_DIGITS
  210. LC_ALL
  211. LC_COLLATE
  212. LC_CTYPE
  213. LC_MESSAGES
  214. LC_MONETARY
  215. LC_NUMERIC
  216. LC_TIME
  217. LOCK_EX
  218. LOCK_NB
  219. LOCK_SH
  220. LOCK_UN
  221. LOG_ALERT
  222. LOG_AUTH
  223. LOG_AUTHPRIV
  224. LOG_CONS
  225. LOG_CRIT
  226. LOG_CRON
  227. LOG_DAEMON
  228. LOG_DEBUG
  229. LOG_EMERG
  230. LOG_ERR
  231. LOG_INFO
  232. LOG_KERN
  233. LOG_LOCAL0
  234. LOG_LOCAL1
  235. LOG_LOCAL2
  236. LOG_LOCAL3
  237. LOG_LOCAL4
  238. LOG_LOCAL5
  239. LOG_LOCAL6
  240. LOG_LOCAL7
  241. LOG_LPR
  242. LOG_MAIL
  243. LOG_NDELAY
  244. LOG_NEWS
  245. LOG_NOTICE
  246. LOG_NOWAIT
  247. LOG_ODELAY
  248. LOG_PERROR
  249. LOG_PID
  250. LOG_SYSLOG
  251. LOG_USER
  252. LOG_UUCP
  253. LOG_WARNING
  254. MON_1
  255. MON_10
  256. MON_11
  257. MON_12
  258. MON_2
  259. MON_3
  260. MON_4
  261. MON_5
  262. MON_6
  263. MON_7
  264. MON_8
  265. MON_9
  266. MON_DECIMAL_POINT
  267. MON_GROUPING
  268. MON_THOUSANDS_SEP
  269. M_1_PI
  270. M_2_PI
  271. M_2_SQRTPI
  272. M_E
  273. M_LN10
  274. M_LN2
  275. M_LOG10E
  276. M_LOG2E
  277. M_PI
  278. M_PI_2
  279. M_PI_4
  280. M_SQRT1_2
  281. M_SQRT2
  282. NEGATIVE_SIGN
  283. NOEXPR
  284. NOSTR
  285. N_CS_PRECEDES
  286. N_SEP_BY_SPACE
  287. N_SIGN_POSN
  288. PATHINFO_BASENAME
  289. PATHINFO_DIRNAME
  290. PATHINFO_EXTENSION
  291. PATH_SEPARATOR
  292. PEAR_EXTENSION_DIR
  293. PEAR_INSTALL_DIR
  294. PHP_BINDIR
  295. PHP_CONFIG_FILE_PATH
  296. PHP_CONFIG_FILE_SCAN_DIR
  297. PHP_DATADIR
  298. PHP_EOL
  299. PHP_EXTENSION_DIR
  300. PHP_INT_MAX
  301. PHP_INT_SIZE
  302. PHP_LIBDIR
  303. PHP_LOCALSTATEDIR
  304. PHP_OS
  305. PHP_OUTPUT_HANDLER_CONT
  306. PHP_OUTPUT_HANDLER_END
  307. PHP_OUTPUT_HANDLER_START
  308. PHP_PREFIX
  309. PHP_SAPI
  310. PHP_SHLIB_SUFFIX
  311. PHP_SYSCONFDIR
  312. PHP_VERSION
  313. PM_STR
  314. POSITIVE_SIGN
  315. P_CS_PRECEDES
  316. P_SEP_BY_SPACE
  317. P_SIGN_POSN
  318. RADIXCHAR
  319. SEEK_CUR
  320. SEEK_END
  321. SEEK_SET
  322. SORT_ASC
  323. SORT_DESC
  324. SORT_NUMERIC
  325. SORT_REGULAR
  326. SORT_STRING
  327. STR_PAD_BOTH
  328. STR_PAD_LEFT
  329. STR_PAD_RIGHT
  330. THOUSANDS_SEP
  331. THOUSEP
  332. T_FMT
  333. T_FMT_AMPM
  334. YESEXPR
  335. YESSTR
  336. __COMPILER_HALT_OFFSET__
  337.  
  338. #KEYWORD=PHP core functions
  339. ;NET Functions
  340.  
  341. ;Apache-specific Functions
  342. apache_child_terminate
  343. apache_get_modules
  344. apache_get_version
  345. apache_getenv
  346. apache_lookup_uri
  347. apache_note
  348. apache_request_headers
  349. apache_reset_timeout
  350. apache_response_headers
  351. apache_setenv
  352. ascii2ebcdic
  353. ebcdic2ascii
  354. getallheaders
  355. virtual
  356.  
  357. ;Alternative PHP Cache
  358.  
  359. ;Advanced PHP debugger
  360.  
  361. ;Array Functions
  362. array_change_key_case
  363. array_chunk
  364. array_combine
  365. array_count_values
  366. array_diff_assoc
  367. array_diff_key
  368. array_diff_uassoc
  369. array_diff_ukey
  370. array_diff
  371. array_fill
  372. array_filter
  373. array_flip
  374. array_intersect_assoc
  375. array_intersect_key
  376. array_intersect_uassoc
  377. array_intersect_ukey
  378. array_intersect
  379. array_key_exists
  380. array_keys
  381. array_map
  382. array_merge_recursive
  383. array_merge
  384. array_multisort
  385. array_pad
  386. array_pop
  387. array_product
  388. array_push
  389. array_rand
  390. array_reduce
  391. array_reverse
  392. array_search
  393. array_shift
  394. array_slice
  395. array_splice
  396. array_sum
  397. array_udiff_assoc
  398. array_udiff_uassoc
  399. array_udiff
  400. array_uintersect_assoc
  401. array_uintersect_uassoc
  402. array_uintersect
  403. array_unique
  404. array_unshift
  405. array_values
  406. array_walk_recursive
  407. array_walk
  408. array
  409. arsort
  410. asort
  411. compact
  412. count
  413. current
  414. each
  415. end
  416. extract
  417. in_array
  418. key
  419. krsort
  420. ksort
  421. list
  422. natcasesort
  423. natsort
  424. next
  425. pos
  426. prev
  427. range
  428. reset
  429. rsort
  430. shuffle
  431. sizeof
  432. sort
  433. uasort
  434. uksort
  435. usort
  436.  
  437. ;Aspell functions (depreciated)
  438.  
  439. ;BCMath Arbitrary Precision Mathematics Functions
  440.  
  441. ;PHP bytecode Compiler
  442.  
  443. ;Bzip2 Compression Functions
  444.  
  445. ;Calendar functions
  446.  
  447. ;CCVS API Functions (removed as of 4.3.0)
  448.  
  449. ;Class/Object Functions
  450. call_user_method_array
  451. call_user_method
  452. class_exists
  453. get_class_methods
  454. get_class_vars
  455. get_class
  456. get_declared_classes
  457. get_declared_interfaces
  458. get_object_vars
  459. get_parent_class
  460. interface_exists
  461. is_a
  462. is_subclass_of
  463. method_exists
  464. property_exists
  465.  
  466. ;Classkit Functions
  467.  
  468. ;ClibPDF functions
  469.  
  470. ;COM and .Net (Windows)
  471. COM
  472. DOTNET
  473. VARIANT
  474. com_addref
  475. com_create_guid
  476. com_event_sink
  477. com_get_active_object
  478. com_get
  479. com_invoke
  480. com_isenum
  481. com_load_typelib
  482. com_load
  483. com_message_pump
  484. com_print_typeinfo
  485. com_propget
  486. com_propput
  487. com_propset
  488. com_release
  489. com_set
  490. variant_abs
  491. variant_add
  492. variant_and
  493. variant_cast
  494. variant_cat
  495. variant_cmp
  496. variant_date_from_timestamp
  497. variant_date_to_timestamp
  498. variant_div
  499. variant_eqv
  500. variant_fix
  501. variant_get_type
  502. variant_idiv
  503. variant_imp
  504. variant_int
  505. variant_mod
  506. variant_mul
  507. variant_neg
  508. variant_not
  509. variant_or
  510. variant_pow
  511. variant_round
  512. variant_set_type
  513. variant_set
  514. variant_sub
  515. variant_xor
  516.  
  517. ;Crack functions
  518.  
  519. ;Character type functions
  520. ctype_alnum
  521. ctype_alpha
  522. ctype_cntrl
  523. ctype_digit
  524. ctype_graph
  525. ctype_lower
  526. ctype_print
  527. ctype_punct
  528. ctype_space
  529. ctype_upper
  530. ctype_xdigit
  531.  
  532. ;CURL, Client URL Library Functions
  533.  
  534. ;Cybercash payment functions (removed as of PHP 4.3.0)
  535.  
  536. ;Credit Mutuel CyberMUT functions
  537.  
  538. ;Cyrus IMAP administration functions (not documented)
  539.  
  540. ;Date and Time functions
  541. checkdate
  542. date_default_timezone_get
  543. date_default_timezone_set
  544. date_sunrise
  545. date_sunset
  546. date
  547. getdate
  548. gettimeofday
  549. gmdate
  550. gmmktime
  551. gmstrftime
  552. idate
  553. localtime
  554. microtime
  555. mktime
  556. strftime
  557. strptime
  558. strtotime
  559. time
  560.  
  561. ;DB++ Functions
  562.  
  563. ;Database (dbm-style) abstraction layer functions
  564.  
  565. ;dBase functions
  566.  
  567. ;DBM Functions (depreciated)
  568.  
  569. ;dbx functions
  570.  
  571. ;Direct IO functions
  572.  
  573. ;Directory functions
  574. chdir
  575. chroot
  576. dir
  577. closedir
  578. getcwd
  579. opendir
  580. readdir
  581. rewinddir
  582. scandir
  583.  
  584. ;DOM functions
  585. dom_import_simplexml
  586. DOMAttr
  587. DOMCharacterData
  588. DOMComment
  589. DOMDocument
  590. DOMElement
  591. DOMEntityReference
  592. DOMImplementation
  593. DOMNamedNodeMap
  594. DOMNode
  595. DOMNodelist
  596. DOMProcessingInstruction
  597. DOMText
  598. DOMXPath
  599.  
  600. ;DOM XML Functions
  601.  
  602. ;Error Handling and Logging Functions
  603. debug_backtrace
  604. debug_print_backtrace
  605. error_log
  606. error_reporting
  607. restore_error_handler
  608. restore_exception_handler
  609. set_error_handler
  610. set_exception_handler
  611. trigger_error
  612. user_error
  613.  
  614. ;Exif Functions
  615.  
  616. ;Expect Functions
  617.  
  618. ;File alteration monitor functions
  619.  
  620. ;FrontBase Functions
  621.  
  622. ;Forms Data Format functions
  623.  
  624. ;filePro functions
  625.  
  626. ;Filesystem functions
  627. basename
  628. chgrp
  629. chmod
  630. chown
  631. clearstatcache
  632. copy
  633. delete
  634. dirname
  635. disk_free_space
  636. disk_total_space
  637. diskfreespace
  638. fclose
  639. feof
  640. fflush
  641. fgetc
  642. fgetcsv
  643. fgets
  644. fgetss
  645. file_exists
  646. file_get_contents
  647. file_put_contents
  648. file
  649. fileatime
  650. filectime
  651. filegroup
  652. fileinode
  653. filemtime
  654. fileowner
  655. fileperms
  656. filesize
  657. filetype
  658. flock
  659. fnmatch
  660. fopen
  661. fpassthru
  662. fputcsv
  663. fputs
  664. fread
  665. fscanf
  666. fseek
  667. fstat
  668. ftell
  669. ftruncate
  670. fwrite
  671. glob
  672. is_dir
  673. is_executable
  674. is_file
  675. is_link
  676. is_readable
  677. is_uploaded_file
  678. is_writable
  679. is_writeable
  680. link
  681. linkinfo
  682. lstat
  683. mkdir
  684. move_uploaded_file
  685. parse_ini_file
  686. pathinfo
  687. pclose
  688. popen
  689. readfile
  690. readlink
  691. realpath
  692. rename
  693. rewind
  694. rmdir
  695. set_file_buffer
  696. stat
  697. symlink
  698. tempnam
  699. tmpfile
  700. touch
  701. umask
  702. unlink
  703.  
  704. ;Firebird/InterBase Functions
  705.  
  706. ;Firebird/Interbase Functions (PDO_FIREBIRD)
  707.  
  708. ;FriBiDi functions
  709.  
  710. ;FrontBase Functions
  711.  
  712. ;FTP functions
  713.  
  714. ;Function Handling functions
  715. call_user_func_array
  716. call_user_func
  717. create_function
  718. func_get_arg
  719. func_get_args
  720. func_num_args
  721. function_exists
  722. get_defined_functions
  723. register_shutdown_function
  724. register_tick_function
  725. unregister_tick_function
  726.  
  727. ;GNU Gettext
  728.  
  729. ;GMP functions
  730.  
  731. ;gnupg Functions
  732.  
  733. ;Net_Gopher
  734.  
  735. ;hash Functions
  736. hash_algos
  737. hash_file
  738. hash_final
  739. hash_hmac_file
  740. hash_hmac
  741. hash_init
  742. hash_update_file
  743. hash_update_stream
  744. hash_update
  745. hash
  746.  
  747. ;HTTP functions
  748. header
  749. headers_list
  750. headers_sent
  751. setcookie
  752. setrawcookie
  753.  
  754. ;Hyperwave functions
  755.  
  756. ;Hyperwave API functions
  757.  
  758. ;IBM DB2, Cloudscape and Apache Derby Functions
  759.  
  760. ;ICAP Functions [deprecated]
  761.  
  762. ;iconv functions
  763.  
  764. ;ID3 Functions
  765.  
  766. ;IIS Administration Functions
  767. iis_add_server
  768. iis_get_dir_security
  769. iis_get_script_map
  770. iis_get_server_by_comment
  771. iis_get_server_by_path
  772. iis_get_server_rights
  773. iis_get_service_state
  774. iis_remove_server
  775. iis_set_app_settings
  776. iis_set_dir_security
  777. iis_set_script_map
  778. iis_set_server_rights
  779. iis_start_server
  780. iis_start_service
  781. iis_stop_server
  782. iis_stop_service
  783.  
  784. ;Image functions
  785.  
  786. ;IMAP, POP3 and NNTP functions
  787.  
  788. ;Informix functions
  789.  
  790. ;Informix Functions (PDO_INFORMIX)
  791.  
  792. ;Ingres II functions
  793.  
  794. ;IRC Gateway Functions
  795.  
  796. ;PHP / Java Integration
  797.  
  798. ;KADM5
  799.  
  800. ;LDAP functions
  801.  
  802. ;libxml Functions
  803.  
  804. ;Lotus Notes Functions
  805.  
  806. ;LZF Functions
  807.  
  808. ;Mail functions
  809. ezmlm_hash
  810. mail
  811.  
  812. ;mailparse functions
  813.  
  814. ;Mathematical Functions
  815. abs
  816. acos
  817. acosh
  818. asin
  819. asinh
  820. atan2
  821. atan
  822. atanh
  823. base_convert
  824. bindec
  825. ceil
  826. cos
  827. cosh
  828. decbin
  829. dechex
  830. decoct
  831. deg2rad
  832. exp
  833. expm1
  834. floor
  835. fmod
  836. getrandmax
  837. hexdec
  838. hypot
  839. is_finite
  840. is_infinite
  841. is_nan
  842. lcg_value
  843. log10
  844. log1p
  845. log
  846. max
  847. min
  848. mt_getrandmax
  849. mt_rand
  850. mt_srand
  851. octdec
  852. pi
  853. pow
  854. rad2deg
  855. rand
  856. round
  857. sin
  858. sinh
  859. sqrt
  860. srand
  861. tan
  862. tanh
  863.  
  864. ;MaxDB PHP Extension
  865.  
  866. ;MCAL Functions
  867.  
  868. ;Mcrypt Encryption Functions
  869.  
  870. ;MCVE (Monetra) Payment Functions
  871.  
  872. ;Memcache Functions
  873.  
  874. ;Mhash Functions
  875.  
  876. ;Mimetype Functions
  877.  
  878. ;Ming functions for Flash
  879.  
  880. ;Miscellaneous Functions
  881. connection_aborted
  882. connection_status
  883. connection_timeout
  884. constant
  885. define
  886. defined
  887. die
  888. eval
  889. exit
  890. get_browser
  891. __halt_compiler
  892. highlight_file
  893. highlight_string
  894. ignore_user_abort
  895. pack
  896. php_check_syntax
  897. php_strip_whitespace
  898. show_source
  899. sleep
  900. sys_getloadavg
  901. time_nanosleep
  902. time_sleep_until
  903. uniqid
  904. unpack
  905. usleep
  906.  
  907. ;mnoGoSearch Functions
  908.  
  909. ;Microsoft SQL Server Functions
  910.  
  911. ;Microsoft SQL Server and Sybase Functions (PDO_DBLIB)
  912.  
  913. ;Mohawk Software Session Handler Functions
  914.  
  915. ;mSQL Functions
  916.  
  917. ;Multibyte String Functions
  918.  
  919. ;muscat Functions
  920.  
  921. ;MySQL functions
  922.  
  923. ;MySQL Functions (PDO_MYSQL)
  924.  
  925. ;MySQL Improved Extension
  926.  
  927. ;Ncurses terminal screen control functions
  928.  
  929. ;Network Functions
  930. checkdnsrr
  931. closelog
  932. debugger_off
  933. debugger_on
  934. define_syslog_variables
  935. dns_check_record
  936. dns_get_mx
  937. dns_get_record
  938. fsockopen
  939. gethostbyaddr
  940. gethostbyname
  941. gethostbynamel
  942. getmxrr
  943. getprotobyname
  944. getprotobynumber
  945. getservbyname
  946. getservbyport
  947. inet_ntop
  948. inet_pton
  949. ip2long
  950. long2ip
  951. openlog
  952. pfsockopen
  953. socket_get_status
  954. socket_set_blocking
  955. socket_set_timeout
  956. syslog
  957.  
  958. ;Newt Functions
  959.  
  960. ;NSAPI-specific Functions
  961. nsapi_request_headers
  962. nsapi_response_headers
  963. nsapi_virtual
  964.  
  965. ;Object Aggregation/Composition Functions
  966.  
  967. ;Object property and method call overloading
  968.  
  969. ;Oracle functions
  970.  
  971. ;ODBC Functions (Unified)
  972.  
  973. ;ODBC and DB2 Functions (PDO_ODBC)
  974.  
  975. ;oggvorbis
  976.  
  977. ;OpenAL Audio Bindings
  978.  
  979. ;OpenSSL functions
  980.  
  981. ;Oracle Functions [deprecated]
  982.  
  983. ;Oracle Functions (PDO_OCI)
  984.  
  985. ;Output Control Functions
  986. flush
  987. ob_clean
  988. ob_end_clean
  989. ob_end_flush
  990. ob_flush
  991. ob_get_clean
  992. ob_get_contents
  993. ob_get_flush
  994. ob_get_length
  995. ob_get_level
  996. ob_get_status
  997. ob_gzhandler
  998. ob_implicit_flush
  999. ob_list_handlers
  1000. ob_start
  1001. output_add_rewrite_var
  1002. output_reset_rewrite_vars
  1003.  
  1004. ;Ovrimos SQL functions
  1005.  
  1006. ;Paradox File Access
  1007.  
  1008. ;Parsekit Functions
  1009.  
  1010. ;Process Control Functions
  1011.  
  1012. ;Regular Expression Functions (Perl-Compatible)
  1013. Pattern Modifiers
  1014. Pattern Syntax
  1015. preg_grep
  1016. preg_match_all
  1017. preg_match
  1018. preg_quote
  1019. preg_replace_callback
  1020. preg_replace
  1021. preg_split
  1022.  
  1023. ;PDF functions
  1024.  
  1025. ;PDO Functions
  1026.  
  1027. ;PHP Options&Information
  1028. assert_options
  1029. assert
  1030. dl
  1031. extension_loaded
  1032. get_cfg_var
  1033. get_current_user
  1034. get_defined_constants
  1035. get_extension_funcs
  1036. get_include_path
  1037. get_included_files
  1038. get_loaded_extensions
  1039. get_magic_quotes_gpc
  1040. get_magic_quotes_runtime
  1041. get_required_files
  1042. getenv
  1043. getlastmod
  1044. getmygid
  1045. getmyinode
  1046. getmypid
  1047. getmyuid
  1048. getopt
  1049. getrusage
  1050. ini_alter
  1051. ini_get_all
  1052. ini_get
  1053. ini_restore
  1054. ini_set
  1055. main
  1056. memory_get_usage
  1057. php_ini_scanned_files
  1058. php_logo_guid
  1059. php_sapi_name
  1060. php_uname
  1061. phpcredits
  1062. phpinfo
  1063. phpversion
  1064. putenv
  1065. restore_include_path
  1066. set_include_path
  1067. set_magic_quotes_runtime
  1068. set_time_limit
  1069. version_compare
  1070. zend_logo_guid
  1071. zend_version
  1072.  
  1073. ;POSIX functions
  1074. posix_access
  1075. posix_ctermid
  1076. posix_get_last_error
  1077. posix_getcwd
  1078. posix_getegid
  1079. posix_geteuid
  1080. posix_getgid
  1081. posix_getgrgid
  1082. posix_getgrnam
  1083. posix_getgroups
  1084. posix_getlogin
  1085. posix_getpgid
  1086. posix_getpgrp
  1087. posix_getpid
  1088. posix_getppid
  1089. posix_getpwnam
  1090. posix_getpwuid
  1091. posix_getrlimit
  1092. posix_getsid
  1093. posix_getuid
  1094. posix_isatty
  1095. posix_kill
  1096. posix_mkfifo
  1097. posix_mknod
  1098. posix_setegid
  1099. posix_seteuid
  1100. posix_setgid
  1101. posix_setpgid
  1102. posix_setsid
  1103. posix_setuid
  1104. posix_strerror
  1105. posix_times
  1106. posix_ttyname
  1107. posix_uname
  1108.  
  1109. ;Regular Expression Functions (POSIX Extended)
  1110.  
  1111. ;PostgreSQL functions
  1112.  
  1113. ;PostgreSQL Functions (PDO_PGSQL)
  1114.  
  1115. ;Printer functions
  1116.  
  1117. ;Program Execution functions
  1118. escapeshellarg
  1119. escapeshellcmd
  1120. exec
  1121. passthru
  1122. proc_close
  1123. proc_get_status
  1124. proc_nice
  1125. proc_open
  1126. proc_terminate
  1127. shell_exec
  1128. system
  1129.  
  1130. ;PostScript document creation
  1131.  
  1132. ;Pspell Functions
  1133.  
  1134. ;qtdom Functions
  1135.  
  1136. ;Radius
  1137.  
  1138. ;Rar Functions
  1139.  
  1140. ;GNU Readline
  1141.  
  1142. ;GNU Recode functions
  1143.  
  1144. ;RPM Header Reading Functions
  1145.  
  1146. ;runkit Functions
  1147.  
  1148. ;Satellite CORBA client extension [deprecated]
  1149.  
  1150. ;SDO Functions
  1151.  
  1152. ;SDO XML Data Access Service Functions
  1153.  
  1154. ;SDO Relational Data Access Service Functions
  1155.  
  1156. ;Semaphore, Shared Memory and IPC Functions
  1157.  
  1158. ;SESAM Database Functions
  1159.  
  1160. ;PostgreSQL Session Save Handler
  1161.  
  1162. ;Session Handling Functions
  1163. session_cache_expire
  1164. session_cache_limiter
  1165. session_commit
  1166. session_decode
  1167. session_destroy
  1168. session_encode
  1169. session_get_cookie_params
  1170. session_id
  1171. session_is_registered
  1172. session_module_name
  1173. session_name
  1174. session_regenerate_id
  1175. session_register
  1176. session_save_path
  1177. session_set_cookie_params
  1178. session_set_save_handler
  1179. session_start
  1180. session_unregister
  1181. session_unset
  1182. session_write_close
  1183.  
  1184. ;Shared Memory Functions
  1185.  
  1186. ;SimpleXML functions
  1187. simplexml_import_dom
  1188. simplexml_load_file
  1189. simplexml_load_string
  1190. SimpleXMLElement
  1191.  
  1192. ;SNMP Functions
  1193.  
  1194. ;SOAP Functions
  1195.  
  1196. ;Socket Functions
  1197.  
  1198. ;Standard PHP Library (SPL) Functions
  1199. ArrayIterator
  1200. ArrayObject
  1201. CachingIterator
  1202. CachingRecursiveIterator
  1203. class_implements
  1204. class_parents
  1205. DirectoryIterator
  1206. FilterIterator
  1207. iterator_count
  1208. iterator_to_array
  1209. LimitIterator
  1210. ParentIterator
  1211. RecursiveDirectoryIterator
  1212. RecursiveIteratorIterator
  1213. SimpleXMLIterator
  1214. spl_classes
  1215.  
  1216. ;SQLite Functions
  1217.  
  1218. ;SQLite Functions (PDO_SQLITE)
  1219.  
  1220. ;Secure Shell2 Functions
  1221.  
  1222. ;Statistics Functions
  1223.  
  1224. ;Stream Functions
  1225. stream_bucket_append
  1226. stream_bucket_make_writeable
  1227. stream_bucket_new
  1228. stream_bucket_prepend
  1229. stream_context_create
  1230. stream_context_get_default
  1231. stream_context_get_options
  1232. stream_context_set_option
  1233. stream_context_set_params
  1234. stream_copy_to_stream
  1235. stream_filter_append
  1236. stream_filter_prepend
  1237. stream_filter_register
  1238. stream_filter_remove
  1239. stream_get_contents
  1240. stream_get_filters
  1241. stream_get_line
  1242. stream_get_meta_data
  1243. stream_get_transports
  1244. stream_get_wrappers
  1245. stream_register_wrapper
  1246. stream_select
  1247. stream_set_blocking
  1248. stream_set_timeout
  1249. stream_set_write_buffer
  1250. stream_socket_accept
  1251. stream_socket_client
  1252. stream_socket_enable_crypto
  1253. stream_socket_get_name
  1254. stream_socket_pair
  1255. stream_socket_recvfrom
  1256. stream_socket_sendto
  1257. stream_socket_server
  1258. stream_wrapper_register
  1259. stream_wrapper_restore
  1260. stream_wrapper_unregister
  1261.  
  1262. ;String Functions
  1263. addcslashes
  1264. addslashes
  1265. bin2hex
  1266. chop
  1267. chr
  1268. chunk_split
  1269. convert_cyr_string
  1270. convert_uudecode
  1271. convert_uuencode
  1272. count_chars
  1273. crc32
  1274. crypt
  1275. echo
  1276. explode
  1277. fprintf
  1278. get_html_translation_table
  1279. hebrev
  1280. hebrevc
  1281. html_entity_decode
  1282. htmlentities
  1283. htmlspecialchars_decode
  1284. htmlspecialchars
  1285. implode
  1286. join
  1287. levenshtein
  1288. localeconv
  1289. ltrim
  1290. md5_file
  1291. md5
  1292. metaphone
  1293. money_format
  1294. nl_langinfo
  1295. nl2br
  1296. number_format
  1297. ord
  1298. parse_str
  1299. print
  1300. printf
  1301. quoted_printable_decode
  1302. quotemeta
  1303. rtrim
  1304. setlocale
  1305. sha1_file
  1306. sha1
  1307. similar_text
  1308. soundex
  1309. sprintf
  1310. sscanf
  1311. str_ireplace
  1312. str_pad
  1313. str_repeat
  1314. str_replace
  1315. str_rot13
  1316. str_shuffle
  1317. str_split
  1318. str_word_count
  1319. strcasecmp
  1320. strchr
  1321. strcmp
  1322. strcoll
  1323. strcspn
  1324. strip_tags
  1325. stripcslashes
  1326. stripos
  1327. stripslashes
  1328. stristr
  1329. strlen
  1330. strnatcasecmp
  1331. strnatcmp
  1332. strncasecmp
  1333. strncmp
  1334. strpbrk
  1335. strpos
  1336. strrchr
  1337. strrev
  1338. strripos
  1339. strrpos
  1340. strspn
  1341. strstr
  1342. strtok
  1343. strtolower
  1344. strtoupper
  1345. strtr
  1346. substr_compare
  1347. substr_count
  1348. substr_replace
  1349. substr
  1350. trim
  1351. ucfirst
  1352. ucwords
  1353. vfprintf
  1354. vprintf
  1355. vsprintf
  1356. wordwrap
  1357.  
  1358. ;Shockwave Flash Functions
  1359.  
  1360. ;Sybase Functions
  1361.  
  1362. ;TCP Wrappers Functions
  1363.  
  1364. ;Tidy Functions
  1365.  
  1366. ;Tokenizer Functions
  1367. token_get_all
  1368. token_name
  1369.  
  1370. ;Unicode Functions
  1371.  
  1372. ;URL Functions
  1373. base64_decode
  1374. base64_encode
  1375. get_headers
  1376. get_meta_tags
  1377. http_build_query
  1378. parse_url
  1379. rawurldecode
  1380. rawurlencode
  1381. urldecode
  1382. urlencode
  1383.  
  1384. ;Variable Handling Functions
  1385. debug_zval_dump
  1386. doubleval
  1387. empty
  1388. floatval
  1389. get_defined_vars
  1390. get_resource_type
  1391. gettype
  1392. import_request_variables
  1393. intval
  1394. is_array
  1395. is_bool
  1396. is_callable
  1397. is_double
  1398. is_float
  1399. is_int
  1400. is_integer
  1401. is_long
  1402. is_null
  1403. is_numeric
  1404. is_object
  1405. is_real
  1406. is_resource
  1407. is_scalar
  1408. is_string
  1409. isset
  1410. print_r
  1411. serialize
  1412. settype
  1413. strval
  1414. unserialize
  1415. unset
  1416. var_dump
  1417. var_export
  1418.  
  1419. ;Verisign Payflow Pro Functions
  1420.  
  1421. ;vpopmail Functions
  1422.  
  1423. ;W32api Functions
  1424. w32api_deftype
  1425. w32api_init_dtype
  1426. w32api_invoke_function
  1427. w32api_register_function
  1428. w32api_set_call_method
  1429.  
  1430. ;WDDX Functions
  1431.  
  1432. ;win32ps Functions
  1433.  
  1434. ;win32service Functions
  1435.  
  1436. ;xattr Functions
  1437.  
  1438. ;xdiff Functions
  1439.  
  1440. ;XML Parser Functions
  1441. utf8_decode
  1442. utf8_encode
  1443. xml_error_string
  1444. xml_get_current_byte_index
  1445. xml_get_current_column_number
  1446. xml_get_current_line_number
  1447. xml_get_error_code
  1448. xml_parse_into_struct
  1449. xml_parse
  1450. xml_parser_create_ns
  1451. xml_parser_create
  1452. xml_parser_free
  1453. xml_parser_get_option
  1454. xml_parser_set_option
  1455. xml_set_character_data_handler
  1456. xml_set_default_handler
  1457. xml_set_element_handler
  1458. xml_set_end_namespace_decl_handler
  1459. xml_set_external_entity_ref_handler
  1460. xml_set_notation_decl_handler
  1461. xml_set_object
  1462. xml_set_processing_instruction_handler
  1463. xml_set_start_namespace_decl_handler
  1464. xml_set_unparsed_entity_decl_handler
  1465.  
  1466. ;XML-RPC Functions
  1467.  
  1468. ;XMLReader functions
  1469. XMLReader
  1470.  
  1471. ;xmlwriter Functions
  1472.  
  1473. ;XSL functions
  1474.  
  1475. ;XSLT Functions
  1476.  
  1477. ;YAZ Functions
  1478.  
  1479. ;YP/NIS Functions
  1480.  
  1481. ;Zip File Functions (Read Only Access)
  1482.  
  1483. ;Zlib Compression Functions
  1484.  
  1485. #KEYWORD=Variables
  1486. #
  1487.